home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 10218 / 10218.xpi / content / css / google_search_custom.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2009-12-08  |  576 b   |  37 lines

  1. div.top-results {
  2.     padding-left: 0px; margin-left: -5px;
  3. }
  4.  
  5. li.g.vs div.top-results {
  6.     padding-left: 0px; margin-left: -5px;
  7. }
  8.  
  9. li.g.vs {
  10.     margin: 0px;
  11. }
  12.  
  13. .summaryContainer {
  14.     width: 580px;
  15. }
  16.  
  17. #mbEnd .summaryContainer {
  18.     white-space: normal;
  19.     z-index: 2;
  20. }
  21.  
  22. #mbEnd h2, #mbEnd h3 {
  23.     z-index: 2;
  24. }
  25.  
  26. .vs-related-container {
  27.     margin-bottom: 40px;
  28. }
  29.  
  30. #mbEnd .vs-related-container h2 {
  31.     font-weight: bold
  32. }
  33.  
  34. #res .summaryContainer .previewImageContainer, #res .summaryContainer .title {
  35.     overflow: hidden!important; /* to remove css conflict with webmynd, they don't play nice */
  36. }
  37.